home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / doc / www_talk.arc / 000105_davis@willow.tc.cornell.edu _Wed Jun 3 21:56:06 1992.msg < prev    next >
Internet Message Format  |  1992-11-30  |  2KB

  1. Return-Path: <davis@willow.tc.cornell.edu>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA12314; Wed, 3 Jun 92 21:56:06 MET DST
  4. Received: by dxmint.cern.ch (dxcern) (5.57/3.14)
  5.     id AA02089; Wed, 3 Jun 92 21:54:17 +0200
  6. Received: by willow.tc.cornell.edu (4.1/SMI-4.1)
  7.     id AA29791; Wed, 3 Jun 92 15:56:01 EDT
  8. Date: Wed, 3 Jun 92 15:56:01 EDT
  9. From: davis@willow.tc.cornell.edu (Jim Davis)
  10. Message-Id: <9206031956.AA29791@willow.tc.cornell.edu>
  11. To: www-talk@nxoc01.cern.ch
  12. Subject: HTML and bitmaps
  13.  
  14. I would like to include non-text data (e.g. bitmaps, sound)
  15. in my hyperdocuments.
  16.  
  17. One way to do this would be:
  18.  
  19. 1) extend HTML to allow for such data, e.g.  a tag like
  20. <BITMAP height=100 width=100 encoding=FAXG4>
  21.  
  22. (I think the WWW protocols would require that the data be uuencoded,
  23. since I don't think they will allow 8bit data)
  24.  
  25. 2) extend Viola (my WWW browser of choice) to recognize
  26. this tag and do the right thing with it, i.e. uudecode it then
  27. start a display program (or place the bitmap into the
  28. document)
  29.  
  30. A related generalization would be if the browsing program were able to
  31. choose among a set of alternative display programs based on the "type"
  32. of the document linked to.  In this case, I could have an anchor
  33. that pointed to a bitmap file in addition to (or instead of) placing
  34. bitmaps within HTML files.
  35.  
  36. This sort of thing is possible in both WAIS and MetaMail.  In document
  37. has a type known to the WAIS server, the client inspects this type and
  38. selects a display program according to the values in the Xwais.filters
  39. X resource; In MetaMail each piece of mail is labeled with an explicit
  40. type; MetaMail consults the mailcap file to determine how to display
  41. each type.
  42.  
  43. I see that anchors in WWW can have a TYPE attibute, but I can't tell
  44. whether this is the type of the link or of the thing linked to.  If
  45. the former, then I see no easy way to do it in WWW, short of adding
  46. the facility to Viola to decide the document type by inspecting it
  47. (e.g. looking for magic header bits which at least some data formats
  48. support.)
  49.  
  50. I would be grateful for your comments on this matter.
  51.  
  52. best wishes